testsuite/gtk/slicelistmodel.c: Avoid VLAs
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 21 Jan 2019 05:49:20 +0000 (13:49 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 21 Jan 2019 05:49:20 +0000 (13:49 +0800)
commita0e8cd5baca66f1e575c7af401582b1f77ac1295
tree33983472dac7ce5519942fee43dc3c44214b1487
parentd86c99312c4fad4c8395e12fc4dabad2b91f529c
testsuite/gtk/slicelistmodel.c: Avoid VLAs

Unfortunately VLA's are unlikely to be supported on any Visual Studio
versions, although it is C99, so replace it with g_newa() calls.
testsuite/gtk/slicelistmodel.c